From: Richard M. Stallman Date: Sun, 9 May 1993 14:27:02 +0000 (+0000) Subject: (diff-switches): Define var here as well as in diff.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96355 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2e810285eb0a6dc2c29130f5e29c7c337dfe1ce7;p=emacs.git (diff-switches): Define var here as well as in diff.el. --- diff --git a/lisp/vc.el b/lisp/vc.el index 6a0742b8de5..b76fc7de31d 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -89,6 +89,10 @@ The value is only computed when needed to avoid an expensive search.") (defconst vc-maximum-comment-ring-size 32 "Maximum number of saved comments in the comment ring.") +;;; This is duplicated in diff.el. +(defvar diff-switches "-c" + "*A string or list of strings specifying switches to be be passed to diff.") + ;;;###autoload (defvar vc-checkin-hook nil "*List of functions called after a vc-checkin is done. See `run-hooks'.")